home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
PASSRC.ZIP
/
WRITESM.PAS
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1991-02-04
|
182 b
|
16 lines
program Kitty_Cat;
begin
Writeln('This program');
Writeln('actually does something.');
end.
{ Result of execution
This program
actually does something.
}